home *** CD-ROM | disk | FTP | other *** search
/ FANTA 97 / FANTA97A (backup).iso / FRONTPAG.98 / DATA.Z / servonly.htx < prev    next >
Text File  |  1997-09-26  |  2KB  |  63 lines

  1.  
  2. <html>
  3.  
  4. <head>
  5. <%if DoContentType EQ True%>
  6. <meta http-equiv="Content-Type" content="<%ContentType%>">
  7. <%endif%>
  8. <meta name="Microsoft Theme" content="<%Theme%>">
  9. <meta name="Microsoft Border" content="<%Border%>">
  10. <title><%ServicesPageTitle%></title>
  11. </head>
  12.  
  13. <body>
  14.  
  15. <%if NumServices GT 0%>
  16.  
  17. <p><!-- LOCALIZE this comment bot --><!--webbot bot="PurpleText"
  18. preview="Write a brief overview of the services you provide. 
  19. Add services to the list below in whatever order makes sense, 
  20. and link them to the individual service description pages." --> </p>
  21.  
  22. <!-- LOCALIZE the text in this definition list -->
  23. <dl>
  24. <%if NumServices GT 0%>
  25.     <dt><strong><a href="<%Serv1Url%>">Name of service 1</a></strong> </dt>
  26.     <dd> <p> Description of service 1 ...</p>
  27.         <p> </p>
  28.     </dd>
  29. <%endif%>
  30. <%if NumServices GT 1%>
  31.     <dt><strong><a href="<%Serv2Url%>">Name of service 2</a></strong> </dt>
  32.     <dd> <p> Description of service 2 ...</p>
  33.         <p> </p>
  34.     </dd>
  35. <%endif%>
  36. <%if NumServices GT 2%>
  37.     <dt><strong><a href="<%Serv3Url%>">Name of service 3</a></strong> </dt>
  38.     <dd> <p> Description of service 3 ...</p>
  39.         <p> </p>
  40.     </dd>
  41. <%endif%>
  42. <%if NumServices GT 3%>
  43.     <dt><strong><a href="<%Serv4Url%>">Name of service 4</a></strong> </dt>
  44.     <dd> <p> Description of service 4 ...</p>
  45.         <p> </p>
  46.     </dd>
  47. <%endif%>
  48. <%if NumServices GT 4%>
  49.     <dt><strong><a href="<%Serv5Url%>">Name of service 5</a></strong> </dt>
  50.     <dd> <p> Description of service 5 ...</p>
  51.         <p> </p>
  52.     </dd>
  53. <%endif%>
  54. </dl>
  55. <%endif%>
  56. <%endif%>
  57.  
  58. </body>
  59. </html>
  60.  
  61.  
  62.  
  63.